home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / zlib_license.txt < prev    next >
Text File  |  2005-05-27  |  1KB  |  31 lines

  1. zlib_license.txt
  2.  
  3. License 
  4. /*
  5.  
  6.  zlib.h -- interface of the 'zlib' general purpose compression library
  7.   version 1.2.2, October 3rd, 2004
  8.  
  9.   Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler
  10.  
  11.   This software is provided 'as-is', without any express or implied
  12.   warranty.  In no event will the authors be held liable for any damages
  13.   arising from the use of this software.
  14.  
  15.   Permission is granted to anyone to use this software for any purpose,
  16.   including commercial applications, and to alter it and redistribute it
  17.   freely, subject to the following restrictions:
  18.  
  19.   1. The origin of this software must not be misrepresented; you must not
  20.      claim that you wrote the original software. If you use this software
  21.      in a product, an acknowledgment in the product documentation would be
  22.      appreciated but is not required.
  23.   2. Altered source versions must be plainly marked as such, and must not be
  24.      misrepresented as being the original software.
  25.   3. This notice may not be removed or altered from any source distribution.
  26.  
  27.   Jean-loup Gailly jloup@gzip.org
  28.   Mark Adler madler@alumni.caltech.edu
  29.  
  30. */
  31.